gtk4.git
2021-07-22 Chun-wei FanGDK-Win32: Move some functions out of gdkglcontext...
2021-07-22 Benjamin Ottedisplay: Move GL selection code into gdkdisplay-x11.c
2021-07-22 Benjamin Ottex11: Move code from GdkGLContextX11
2021-07-22 Benjamin Otteinspector: Add support for displaying GL errors
2021-07-22 Benjamin Ottegdk: Move GL context construction to GdkGLContext
2021-07-22 Benjamin Ottegl: Move vfunc
2021-07-22 Benjamin Ottegl: Require EGL_KHR_surfaceless_context with egl
2021-07-22 Benjamin Ottegdk: Get rid of paint contexts
2021-07-22 Benjamin Ottegl: Store the context::in-frame state in the current...
2021-07-22 Benjamin Ottegl: Deprecate gdk_gl_context_get_shared_context()
2021-07-22 Benjamin Ottegdk: Add gdk_gl_context_is_shared()
2021-07-22 Benjamin Ottengl: Store the shared driver in the display
2021-07-22 Benjamin Ottegdk: Require EGL version 1.4 across the board
2021-07-22 Benjamin Ottegdk: Add GdkDisplay::init_gl vfunc
2021-07-22 Benjamin Ottewayland: Don't pass GL config to get_egl_surface()
2021-07-22 Benjamin Ottewayland: Move fbconfig into the display
2021-07-22 Benjamin Ottegdk: Allow GdkDrawContext with a %NULL surface
2021-07-22 Benjamin Ottegdk: Add a private struct to GdkDisplay
2021-07-22 Benjamin Ottex11: Redo choice between EGL and GLX
2021-07-22 Benjamin Ottex11: Properly record the error when initializing GL
2021-07-22 Benjamin Ottex11: Do not call glXQueryExtension()
2021-07-22 Benjamin Ottex11: Get Visual from EGL directly
2021-07-22 Benjamin Ottex11: Store the GLX drawable in the surface
2021-07-22 Benjamin Ottex11: Use single GLX fbconfig and store it in the display
2021-07-22 Benjamin Ottex11: Remove glx version check
2021-07-22 Benjamin Ottex11: Remove unused struct member
2021-07-22 Benjamin OtteRevert "x11: Always fall back to GLX on NVIDIA"
2021-07-22 Benjamin Ottex11: Remove the dummy surface
2021-07-22 Benjamin Ottex11: Remove GdkVisual
2021-07-22 Benjamin Ottex11: Rework Visual selection
2021-07-22 Benjamin Otteglx: Remove Visual cache
2021-07-22 Benjamin Ottex11: Move GL init code into the GL context
2021-07-22 Benjamin Ottex11: Store the EGL surface in the GdkSurfaceX11
2021-07-22 Benjamin Ottex11: Store the EGL config in the display
2021-07-22 Benjamin Ottex11: Move the EGL display into the private struct
2021-07-22 Benjamin Ottex11: Pass the display, not the screen
2021-07-22 Benjamin Ottex11: Simplify code
2021-07-22 Benjamin Ottex11: Move function call
2021-07-22 Benjamin Otteglx: Don't initialize GLX multiple times.
2021-07-22 Benjamin Ottex11: Initialize GL at startup
2021-07-22 Benjamin Ottex11: Don't share cached GLX visuals with GTK3
2021-07-22 Benjamin Ottex11: Reorder code
2021-07-22 Benjamin Ottex11: Stop reordering visuals
2021-07-22 Benjamin Ottex11: Remove unused function
2021-07-22 Benjamin Ottex11: Move code where it belongs
2021-07-22 Benjamin Ottebuild: Build demos before tools
2021-07-21 Matthias ClasenMerge branch 'destroy-pointer-gestures' into 'master'
2021-07-21 Vlad Zahorodniigdk/wayland: Clean up gestures if pointer capability...
2021-07-21 Matthias ClasenMerge branch 'sync-icons' into 'master'
2021-07-20 Matthias ClasenSync included icons from adwaita-icon-theme
2021-07-20 Matthias ClasenMerge branch 'wip/otte/build' into 'master'
2021-07-20 Benjamin Ottex11: Remove XComposite
2021-07-20 Benjamin Ottex11: Remove unused headers
2021-07-20 Benjamin Ottebuild: Make all X11 extensions mandatory
2021-07-20 Benjamin Ottebuild: Remove sassc option
2021-07-20 Benjamin Ottebuild: disable Vulkan by default
2021-07-20 Benjamin Ottebuild: Set proper defaults for media backends
2021-07-20 Matthias ClasenMerge branch 'fix-dialog-docs' into 'master'
2021-07-20 Yuri ChornoivanUpdate Ukrainian translation
2021-07-20 Maximiliano... gtk/builder: Port example to GTK 4
2021-07-20 Matthias ClasenMerge branch 'tooltip-hig' into 'master'
2021-07-20 Maximiliano... password_entry: Header Capitalization on tooltip
2021-07-20 Matthias ClasenMerge branch 'win32.hidpi.cleanup' into 'master'
2021-07-19 Matthias ClasenMerge branch 'ci-default-settings-4' into 'master'
2021-07-19 Matthias Clasenreftests: Enforce default settings
2021-07-19 Chun-wei FanGDK-Win32: Clean up HiDPI support and WGL a bit
2021-07-19 Chun-wei Fangdksurface-win32.c: Create all surfaces with CS_OWNDC
2021-07-17 Matthias ClasenMerge branch 'pango-main' into 'master'
2021-07-17 Yuri ChornoivanUpdate Ukrainian translation
2021-07-16 Matthias ClasenUse pango from the main branch
2021-07-16 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2021-07-16 Benjamin Ottecssimagecrossfade: Don't abort() when failing to parse...
2021-07-16 Matthias ClasenMerge branch 'fix-negative-scales' into 'master'
2021-07-16 Matthias ClasenMerge branch 'metainfo' into 'master'
2021-07-16 Matthias Clasentestsuite: Avoid negative scales with gl renderer
2021-07-16 Matthias ClasenMerge branch 'wip/chergert/fix-texthistory-insert'...
2021-07-16 Maximiliano... meson: Use a valid SPDX identifier
2021-07-16 Maximiliano... appdata: Use launchable rather than id
2021-07-16 Maximiliano... appdata: Add content_rating
2021-07-16 Maximiliano... appdata: Use correct SPDX license identifier
2021-07-16 Christian Hergerttexthistory: fix calculation of n_chars
2021-07-15 Benjamin Ottetestsuite: Add test for crasher
2021-07-15 Matthias Clasenngl: Handle negative scales
2021-07-15 Matthias ClasenMerge branch 'transparent-optimizations' into 'master'
2021-07-15 Matthias ClasenMerge branch 'wip/baedert/for-master' into 'master'
2021-07-15 Matthias Clasenngl: Do nothing for transparent text nodes
2021-07-15 Matthias Clasenngl: Do nothing for transparent color nodes
2021-07-15 Matthias Clasensnapshot: Handle transparent opacity nodes correctly
2021-07-15 Timm Bädersnapshot: Only compute start and end point if we have to
2021-07-15 Timm Bädersnapshot: Replace trivial gradients with color nodes
2021-07-14 Benjamin OtteMerge branch 'wip/otte/for-master' into 'master'
2021-07-14 Benjamin Otterendernodeparser: Remove leftover debug prints
2021-07-14 Benjamin Otterendernodeparser: Don't use %g when writing file
2021-07-13 Emmanuele BassiMerge branch 'doc-fixes' into 'master'
2021-07-13 Marco Meloriodoc: Syntax fixes
2021-07-13 Matthias ClasenMerge branch 'fp16-tests' into 'master'
2021-07-13 Matthias Clasentests: Add some fp16 tests
2021-07-13 Matthias Clasenngl: Make the C half-float implementation accessible
2021-07-13 Emmanuele BassiMerge branch 'gi-fixes' into 'master'
2021-07-13 Marc-André... gtk: fix GtkPasswordEntryBuffer introspection
next